home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 422_02 / laptalk / dial.scr < prev    next >
Text File  |  1994-03-20  |  328b  |  10 lines

  1. rem Dial a number on a Haye's compatible modem
  2.  
  3. rem An optional second script file name(+arguments) can be passed to
  4. rem this file, and will be executed if the connection succeeds.
  5.  
  6. ifeq '\1' '' : error Number required!
  7. send ATDT\1\r
  8. scan 'CONNECT' 30 : error No connection
  9. ifne '\2' '' : chain \2 \3 \4 \5 \6 \7 \8 \9
  10.